home *** CD-ROM | disk | FTP | other *** search
- !
- ! Created by LAVA 1.0
- !
- load_object "../Objects/porsche_911sc.obj"
-
- obj_colors.part_color "redlgt" = 1 0 0
- obj_colors.part_color "body" = 1 0 0
- obj_colors.part_color "amberlgt" = 0.9 0.3 0
- obj_colors.part_color "windows" = 0.1 0.1 0.1
- obj_colors.part_color "windshield" = 1 1 1
- obj_colors.part_color "tires" = 0 0 0
- obj_colors.part_color "rims" = 0.5 0.5 0.5
- front_surf.illum "windshield" = interp_color
-
- lighting.switch[0] = on
- lighting.type[0] = ambient
- lighting.color[0] = 1 1 1
-
- lighting.switch[1] = on
- lighting.type[1] = directional
- lighting.color[1] = 1 0.8 0.8
- lighting.direction[1] = 0.428571 -0.857143 -0.285714
-
- lighting.switch[2] = on
- lighting.type[2] = directional
- lighting.color[2] = 0.8 0.8 1
- lighting.direction[2] = -0.801784 -0.267261 -0.534522
-
- draw
-
- position.local_matrix =
- 1 0 0 0
- 0 1 0 0
- 0 0 1 0
- 0 0 0 1
- position.global_matrix =
- -0.0323968 -0.029318 -0.999045 0
- 0.0106137 0.999503 -0.0296756 0
- 0.999419 -0.011565 -0.0320695 0
- 0 0 0 1
- position.view_matrix =
- 0.928 0 0 0
- 0 1 0 0
- 0 0 0.2 -0.25
- 0 0 0 1
-
- part.deselect_all
- part.select "windshield"
-
-